Skip to content
This repository has been archived by the owner on Nov 26, 2019. It is now read-only.

Enhancement: Enable self_static_accessor fixer #218

Merged
merged 1 commit into from
Nov 3, 2019

Conversation

localheinz
Copy link
Owner

This PR

  • enables the self_static_accessor fixer

Follows #213.

💁‍♂ For reference, see https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.16.0#usage:

self_static_accessor

Inside a final class or anonymous class self should be preferred to static.

@localheinz localheinz self-assigned this Nov 3, 2019
@codecov
Copy link

codecov bot commented Nov 3, 2019

Codecov Report

Merging #218 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             master   #218   +/-   ##
=======================================
  Coverage       100%   100%           
  Complexity        9      9           
=======================================
  Files             2      2           
  Lines            30     30           
=======================================
  Hits             30     30

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update da4c5b0...382998a. Read the comment docs.

@localheinz localheinz merged commit 6c43e1b into master Nov 3, 2019
@localheinz localheinz deleted the feature/self-static-accessor branch November 3, 2019 18:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant